home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_091 / include / vstring.h < prev   
C/C++ Source or Header  |  1992-05-06  |  512b  |  16 lines

  1. extern int16
  2.     newstr(     /* str */ ),    /* Sets up str as a new permanent string */
  3.     newtstr( /* str */ ),    /* Sets up str as a new temporary string */
  4.     vs_save( /* int16 */ ),    /* Sets up virtstr( int16 ) as a new "CMOS"
  5.                    string */
  6.     numstr();            /* Returns the number of permanent strings
  7.                    defined */
  8.  
  9. extern int32
  10.     numchar();            /* Returns the number of permanent chars
  11.                    allocated */
  12. extern char
  13.     *virtstr( /* index */ );    /* Returns the virtstr at index */
  14.  
  15. /*** EOF vstring.h ***/
  16.